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