#[repr(C)]pub struct PInfo {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl PInfo
impl PInfo
pub fn attributes() -> Self
pub fn get_method() -> Self
pub fn set_method() -> Self
pub fn reflected_type() -> Self
pub fn declaring_type() -> Self
pub fn name() -> Self
Trait Implementations§
Source§impl ClassIdentity for PInfo
impl ClassIdentity for PInfo
impl Copy for PInfo
impl Eq for PInfo
impl StructuralPartialEq for PInfo
Auto Trait Implementations§
impl Freeze for PInfo
impl RefUnwindSafe for PInfo
impl Send for PInfo
impl Sync for PInfo
impl Unpin for PInfo
impl UnwindSafe for PInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)