pub struct EncodedLegSecurityDescLen;Expand description
EncodedLegSecurityDescLen (621).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodedLegSecurityDescLen
impl RefUnwindSafe for EncodedLegSecurityDescLen
impl Send for EncodedLegSecurityDescLen
impl Sync for EncodedLegSecurityDescLen
impl Unpin for EncodedLegSecurityDescLen
impl UnsafeUnpin for EncodedLegSecurityDescLen
impl UnwindSafe for EncodedLegSecurityDescLen
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