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