#[repr(C)]pub struct ext4_mountpoint {
pub _address: u8,
}Expand description
@brief Mount point handle.
Fields§
§_address: u8Trait Implementations§
Source§impl Clone for ext4_mountpoint
impl Clone for ext4_mountpoint
Source§fn clone(&self) -> ext4_mountpoint
fn clone(&self) -> ext4_mountpoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ext4_mountpoint
impl Debug for ext4_mountpoint
impl Copy for ext4_mountpoint
Auto Trait Implementations§
impl Freeze for ext4_mountpoint
impl RefUnwindSafe for ext4_mountpoint
impl Send for ext4_mountpoint
impl Sync for ext4_mountpoint
impl Unpin for ext4_mountpoint
impl UnwindSafe for ext4_mountpoint
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