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 more