#[repr(C)]pub struct au_mask {
pub am_success: c_uint,
pub am_failure: c_uint,
}Fields§
§am_success: c_uint§am_failure: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for au_mask
impl RefUnwindSafe for au_mask
impl Send for au_mask
impl Sync for au_mask
impl Unpin for au_mask
impl UnwindSafe for au_mask
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