pub struct PCOffset11(/* private fields */);Trait Implementations§
Source§impl Clone for PCOffset11
impl Clone for PCOffset11
Source§fn clone(&self) -> PCOffset11
fn clone(&self) -> PCOffset11
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 PCOffset11
impl Debug for PCOffset11
Source§impl PartialEq for PCOffset11
impl PartialEq for PCOffset11
impl Copy for PCOffset11
impl StructuralPartialEq for PCOffset11
Auto Trait Implementations§
impl Freeze for PCOffset11
impl RefUnwindSafe for PCOffset11
impl Send for PCOffset11
impl Sync for PCOffset11
impl Unpin for PCOffset11
impl UnwindSafe for PCOffset11
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