#[repr(C)]pub struct ext4_fs {
pub _address: u8,
}Expand description
@brief The filesystem this block device belongs to.
Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ext4_fs
impl RefUnwindSafe for ext4_fs
impl Send for ext4_fs
impl Sync for ext4_fs
impl Unpin for ext4_fs
impl UnwindSafe for ext4_fs
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