#[repr(C)]pub struct WS_SECURITY_TOKEN(pub u8);
Tuple Fields
0: u8
Auto Trait Implementations
impl RefUnwindSafe for WS_SECURITY_TOKEN
impl Send for WS_SECURITY_TOKEN
impl Sync for WS_SECURITY_TOKEN
impl Unpin for WS_SECURITY_TOKEN
impl UnwindSafe for WS_SECURITY_TOKEN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more