#[repr(C)]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 (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 NamedObject
Auto Trait Implementations§
impl !Send for NamedObject
impl !Sync for NamedObject
impl Freeze for NamedObject
impl RefUnwindSafe for NamedObject
impl Unpin for NamedObject
impl UnsafeUnpin 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