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