#[repr(C)]pub struct _wmem_tree_key_t {
pub length: guint32,
pub key: *mut guint32,
}Fields§
§length: guint32§key: *mut guint32Trait Implementations§
Source§impl Clone for _wmem_tree_key_t
impl Clone for _wmem_tree_key_t
Source§fn clone(&self) -> _wmem_tree_key_t
fn clone(&self) -> _wmem_tree_key_t
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 _wmem_tree_key_t
impl Debug for _wmem_tree_key_t
impl Copy for _wmem_tree_key_t
Auto Trait Implementations§
impl Freeze for _wmem_tree_key_t
impl RefUnwindSafe for _wmem_tree_key_t
impl !Send for _wmem_tree_key_t
impl !Sync for _wmem_tree_key_t
impl Unpin for _wmem_tree_key_t
impl UnwindSafe for _wmem_tree_key_t
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