Struct btf_rs::VarSecinfo
source · pub struct VarSecinfo { /* private fields */ }Expand description
Represents a Datasec variable.
Implementations§
Trait Implementations§
source§impl BtfType for VarSecinfo
impl BtfType for VarSecinfo
fn get_type_id(&self) -> Result<u32>
fn get_name_offset(&self) -> Result<u32>
source§impl Clone for VarSecinfo
impl Clone for VarSecinfo
source§fn clone(&self) -> VarSecinfo
fn clone(&self) -> VarSecinfo
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 moreAuto Trait Implementations§
impl RefUnwindSafe for VarSecinfo
impl Send for VarSecinfo
impl Sync for VarSecinfo
impl Unpin 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