#[repr(C)]pub struct CompleteObjectLocator { /* private fields */ }
Trait Implementations§
Source§impl Clone for CompleteObjectLocator
impl Clone for CompleteObjectLocator
Source§fn clone(&self) -> CompleteObjectLocator
fn clone(&self) -> CompleteObjectLocator
Returns a copy 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 CompleteObjectLocator
impl Debug for CompleteObjectLocator
Source§impl Hash for CompleteObjectLocator
impl Hash for CompleteObjectLocator
Source§impl Ord for CompleteObjectLocator
impl Ord for CompleteObjectLocator
Source§fn cmp(&self, other: &CompleteObjectLocator) -> Ordering
fn cmp(&self, other: &CompleteObjectLocator) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CompleteObjectLocator
impl PartialEq for CompleteObjectLocator
Source§impl PartialOrd for CompleteObjectLocator
impl PartialOrd for CompleteObjectLocator
impl Eq for CompleteObjectLocator
impl StructuralPartialEq for CompleteObjectLocator
Auto Trait Implementations§
impl Freeze for CompleteObjectLocator
impl RefUnwindSafe for CompleteObjectLocator
impl !Send for CompleteObjectLocator
impl !Sync for CompleteObjectLocator
impl Unpin for CompleteObjectLocator
impl UnwindSafe for CompleteObjectLocator
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