pub struct Scb {
pub ty: ScsType,
pub data: Vec<u8>,
}Available on crate feature
alloc only.Expand description
Owned Security Control Block.
Fields§
§ty: ScsTypeBlock type.
data: Vec<u8>SEC_BLK_DATA.
Implementations§
Trait Implementations§
impl Eq for Scb
impl StructuralPartialEq for Scb
Auto Trait Implementations§
impl Freeze for Scb
impl RefUnwindSafe for Scb
impl Send for Scb
impl Sync for Scb
impl Unpin for Scb
impl UnsafeUnpin for Scb
impl UnwindSafe for Scb
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