#[repr(C, packed(1))]pub struct ntsid_t {
pub sid_kind: u_int8_t,
pub sid_authcount: u_int8_t,
pub sid_authority: [u_int8_t; 6],
pub sid_authorities: [u_int32_t; 16],
}Fields§
§sid_kind: u_int8_t§sid_authcount: u_int8_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for ntsid_t
impl RefUnwindSafe for ntsid_t
impl Send for ntsid_t
impl Sync for ntsid_t
impl Unpin for ntsid_t
impl UnwindSafe for ntsid_t
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