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