#[repr(C)]pub struct cuse_init_out {
pub major: u32,
pub minor: u32,
pub unused: u32,
pub flags: u32,
pub max_read: u32,
pub max_write: u32,
pub dev_major: u32,
pub dev_minor: u32,
pub spare: [u32; 10],
}
Fields§
§major: u32
§minor: u32
§unused: u32
§flags: u32
§max_read: u32
§max_write: u32
§dev_major: u32
§dev_minor: u32
§spare: [u32; 10]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cuse_init_out
impl RefUnwindSafe for cuse_init_out
impl Send for cuse_init_out
impl Sync for cuse_init_out
impl Unpin for cuse_init_out
impl UnwindSafe for cuse_init_out
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