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