Struct GPO_LINK
#[repr(transparent)]pub struct GPO_LINK(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for GPO_LINK
impl Eq for GPO_LINK
impl StructuralPartialEq for GPO_LINK
Auto Trait Implementations§
impl Freeze for GPO_LINK
impl RefUnwindSafe for GPO_LINK
impl Send for GPO_LINK
impl Sync for GPO_LINK
impl Unpin for GPO_LINK
impl UnwindSafe for GPO_LINK
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