#[repr(C)]pub struct gtcaca_tree_model {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for gtcaca_tree_model
impl Clone for gtcaca_tree_model
Source§fn clone(&self) -> gtcaca_tree_model
fn clone(&self) -> gtcaca_tree_model
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 moreimpl Copy for gtcaca_tree_model
Auto Trait Implementations§
impl Freeze for gtcaca_tree_model
impl RefUnwindSafe for gtcaca_tree_model
impl Send for gtcaca_tree_model
impl Sync for gtcaca_tree_model
impl Unpin for gtcaca_tree_model
impl UnsafeUnpin for gtcaca_tree_model
impl UnwindSafe for gtcaca_tree_model
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