#[repr(C)]pub struct NewFdParams {
pub offset: u64,
pub number: usize,
pub flags: usize,
pub internal_flags: u8,
}Fields§
§offset: u64§number: usize§flags: usize§internal_flags: u8Trait Implementations§
Source§impl Clone for NewFdParams
impl Clone for NewFdParams
Source§fn clone(&self) -> NewFdParams
fn clone(&self) -> NewFdParams
Returns a duplicate 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 NewFdParams
impl Debug for NewFdParams
Source§impl Default for NewFdParams
impl Default for NewFdParams
Source§fn default() -> NewFdParams
fn default() -> NewFdParams
Returns the “default value” for a type. Read more
impl Copy for NewFdParams
Auto Trait Implementations§
impl Freeze for NewFdParams
impl RefUnwindSafe for NewFdParams
impl Send for NewFdParams
impl Sync for NewFdParams
impl Unpin for NewFdParams
impl UnwindSafe for NewFdParams
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