pub struct VarSecinfo { /* private fields */ }Expand description
Represents a Datasec variable.
Implementations§
Trait Implementations§
Source§impl BtfType for VarSecinfo
impl BtfType for VarSecinfo
Source§fn get_type_id(&self) -> Option<u32>
fn get_type_id(&self) -> Option<u32>
Returns the type id associated with the current type, if any.
Source§fn get_name_offset(&self) -> Option<u32>
fn get_name_offset(&self) -> Option<u32>
Returns the offset of the string associated with the type, if any.
Source§impl Clone for VarSecinfo
impl Clone for VarSecinfo
Source§fn clone(&self) -> VarSecinfo
fn clone(&self) -> VarSecinfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VarSecinfo
impl Debug for VarSecinfo
impl Eq for VarSecinfo
Source§impl PartialEq for VarSecinfo
impl PartialEq for VarSecinfo
Source§fn eq(&self, other: &VarSecinfo) -> bool
fn eq(&self, other: &VarSecinfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VarSecinfo
Auto Trait Implementations§
impl Freeze for VarSecinfo
impl RefUnwindSafe for VarSecinfo
impl Send for VarSecinfo
impl Sync for VarSecinfo
impl Unpin for VarSecinfo
impl UnsafeUnpin for VarSecinfo
impl UnwindSafe for VarSecinfo
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