pub struct Pac { /* private fields */ }Expand description
MS-PAC Section 2.3 PACTYPE
Implementations§
Trait Implementations§
impl Eq for Pac
impl StructuralPartialEq for Pac
Auto Trait Implementations§
impl Freeze for Pac
impl RefUnwindSafe for Pac
impl Send for Pac
impl Sync for Pac
impl Unpin for Pac
impl UnwindSafe for Pac
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