#[repr(C)]pub struct BaseOutStructure {
pub s_type: StructureType,
pub next: *mut BaseOutStructure,
}Expand description
Fields§
§s_type: StructureType§next: *mut BaseOutStructureTrait Implementations§
Source§impl Clone for BaseOutStructure
impl Clone for BaseOutStructure
Source§fn clone(&self) -> BaseOutStructure
fn clone(&self) -> BaseOutStructure
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 BaseOutStructure
impl Debug for BaseOutStructure
Source§impl Default for BaseOutStructure
impl Default for BaseOutStructure
Source§impl Hash for BaseOutStructure
impl Hash for BaseOutStructure
Source§impl PartialEq for BaseOutStructure
impl PartialEq for BaseOutStructure
impl Copy for BaseOutStructure
impl Eq for BaseOutStructure
impl Send for BaseOutStructure
impl StructuralPartialEq for BaseOutStructure
impl Sync for BaseOutStructure
Auto Trait Implementations§
impl Freeze for BaseOutStructure
impl RefUnwindSafe for BaseOutStructure
impl Unpin for BaseOutStructure
impl UnwindSafe for BaseOutStructure
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