#[repr(C)]pub struct vlist_tree {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for vlist_tree
impl Clone for vlist_tree
Source§fn clone(&self) -> vlist_tree
fn clone(&self) -> vlist_tree
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 vlist_tree
impl Debug for vlist_tree
Source§impl Default for vlist_tree
impl Default for vlist_tree
Source§fn default() -> vlist_tree
fn default() -> vlist_tree
Returns the “default value” for a type. Read more
impl Copy for vlist_tree
Auto Trait Implementations§
impl Freeze for vlist_tree
impl RefUnwindSafe for vlist_tree
impl Send for vlist_tree
impl Sync for vlist_tree
impl Unpin for vlist_tree
impl UnsafeUnpin for vlist_tree
impl UnwindSafe for vlist_tree
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