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