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