#[repr(C, packed(2))]pub struct NamedObject {
pub no_Object: APTR,
}Fields§
§no_Object: APTRTrait Implementations§
Source§impl Clone for NamedObject
impl Clone for NamedObject
Source§fn clone(&self) -> NamedObject
fn clone(&self) -> NamedObject
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 NamedObject
impl Debug for NamedObject
impl Copy for NamedObject
Auto Trait Implementations§
impl Freeze for NamedObject
impl RefUnwindSafe for NamedObject
impl !Send for NamedObject
impl !Sync for NamedObject
impl Unpin for NamedObject
impl UnwindSafe for NamedObject
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