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