Struct ApAuth
#[repr(C)]pub struct ApAuth {
pub auth: c_int,
pub inner: ApAuthInner,
}Fields§
§auth: c_int§inner: ApAuthInnerAuto Trait Implementations§
impl Freeze for ApAuth
impl RefUnwindSafe for ApAuth
impl Send for ApAuth
impl Sync for ApAuth
impl Unpin for ApAuth
impl UnwindSafe for ApAuth
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