#[repr(transparent)]pub struct LINKPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for LINKPARTS
impl Eq for LINKPARTS
impl StructuralPartialEq for LINKPARTS
Auto Trait Implementations§
impl Freeze for LINKPARTS
impl RefUnwindSafe for LINKPARTS
impl Send for LINKPARTS
impl Sync for LINKPARTS
impl Unpin for LINKPARTS
impl UnwindSafe for LINKPARTS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more