pub struct Volatile { /* private fields */ }Expand description
Rust representation for BTF type BTF_KIND_VOLATILE.
Trait Implementations§
Source§impl BtfType for Volatile
impl BtfType for Volatile
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.
impl Eq for Volatile
impl StructuralPartialEq for Volatile
Auto Trait Implementations§
impl Freeze for Volatile
impl RefUnwindSafe for Volatile
impl Send for Volatile
impl Sync for Volatile
impl Unpin for Volatile
impl UnsafeUnpin for Volatile
impl UnwindSafe for Volatile
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