#[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§
Source§impl AsBytes for cuse_init_out
impl AsBytes for cuse_init_out
Source§impl Clone for cuse_init_out
impl Clone for cuse_init_out
Source§fn clone(&self) -> cuse_init_out
fn clone(&self) -> cuse_init_out
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 Default for cuse_init_out
impl Default for cuse_init_out
Source§fn default() -> cuse_init_out
fn default() -> cuse_init_out
Returns the “default value” for a type. Read more
impl Copy for cuse_init_out
impl FromBytes for cuse_init_out
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