#[repr(C)]pub struct BaseInStructure {
pub s_type: StructureType,
pub p_next: *const BaseInStructure,
}Expand description
Structure type used for traversing pNext chains (const).
Fields§
§s_type: StructureType§p_next: *const BaseInStructureTrait Implementations§
Source§impl Clone for BaseInStructure
impl Clone for BaseInStructure
Source§fn clone(&self) -> BaseInStructure
fn clone(&self) -> BaseInStructure
Returns a duplicate 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 BaseInStructure
impl Debug for BaseInStructure
Source§impl Default for BaseInStructure
impl Default for BaseInStructure
Source§fn default() -> BaseInStructure
fn default() -> BaseInStructure
Returns the “default value” for a type. Read more
impl Copy for BaseInStructure
Auto Trait Implementations§
impl Freeze for BaseInStructure
impl RefUnwindSafe for BaseInStructure
impl !Send for BaseInStructure
impl !Sync for BaseInStructure
impl Unpin for BaseInStructure
impl UnsafeUnpin for BaseInStructure
impl UnwindSafe for BaseInStructure
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