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