#[repr(C)]pub struct blk_zone {
pub start: __u64,
pub len: __u64,
pub wp: __u64,
pub type_: __u8,
pub cond: __u8,
pub non_seq: __u8,
pub reset: __u8,
pub resv: [__u8; 4],
pub capacity: __u64,
pub reserved: [__u8; 24],
}Fields§
§start: __u64§len: __u64§wp: __u64§type_: __u8§cond: __u8§non_seq: __u8§reset: __u8§resv: [__u8; 4]§capacity: __u64§reserved: [__u8; 24]Trait Implementations§
Source§impl<'de> Deserialize<'de> for blk_zone
impl<'de> Deserialize<'de> for blk_zone
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for blk_zone
Auto Trait Implementations§
impl Freeze for blk_zone
impl RefUnwindSafe for blk_zone
impl Send for blk_zone
impl Sync for blk_zone
impl Unpin for blk_zone
impl UnwindSafe for blk_zone
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