#[repr(transparent)]pub struct BlkAtt(pub u32);Expand description
Block Attributes
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for BlkAtt
impl Eq for BlkAtt
impl StructuralPartialEq for BlkAtt
Auto Trait Implementations§
impl Freeze for BlkAtt
impl RefUnwindSafe for BlkAtt
impl Send for BlkAtt
impl Sync for BlkAtt
impl Unpin for BlkAtt
impl UnwindSafe for BlkAtt
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