Struct linux_raw_sys::bootparam::setup_indirect
source · #[repr(C)]pub struct setup_indirect {
pub type_: __u32,
pub reserved: __u32,
pub len: __u64,
pub addr: __u64,
}
Fields§
§type_: __u32
§reserved: __u32
§len: __u64
§addr: __u64
Trait Implementations§
source§impl Clone for setup_indirect
impl Clone for setup_indirect
source§fn clone(&self) -> setup_indirect
fn clone(&self) -> setup_indirect
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 setup_indirect
impl Debug for setup_indirect
impl Copy for setup_indirect
Auto Trait Implementations§
impl Freeze for setup_indirect
impl RefUnwindSafe for setup_indirect
impl Send for setup_indirect
impl Sync for setup_indirect
impl Unpin for setup_indirect
impl UnwindSafe for setup_indirect
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