pub struct OrientationBytes { /* private fields */ }Expand description
An orientation of a geometric object, represented as raw bytes.
Trait Implementations§
Source§impl Clone for OrientationBytes
 
impl Clone for OrientationBytes
Source§fn clone(&self) -> OrientationBytes
 
fn clone(&self) -> OrientationBytes
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 OrientationBytes
 
impl Debug for OrientationBytes
Source§impl Default for OrientationBytes
 
impl Default for OrientationBytes
Source§fn default() -> OrientationBytes
 
fn default() -> OrientationBytes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrientationBytes
 
impl<'de> Deserialize<'de> for OrientationBytes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Orientation> for OrientationBytes
 
impl From<Orientation> for OrientationBytes
Source§fn from(value: Orientation) -> Self
 
fn from(value: Orientation) -> Self
Converts to this type from the input type.
Source§impl Hash for OrientationBytes
 
impl Hash for OrientationBytes
Source§impl PartialEq for OrientationBytes
 
impl PartialEq for OrientationBytes
Source§impl PartialOrd for OrientationBytes
 
impl PartialOrd for OrientationBytes
Source§impl Serialize for OrientationBytes
 
impl Serialize for OrientationBytes
impl Copy for OrientationBytes
impl Eq for OrientationBytes
impl StructuralPartialEq for OrientationBytes
Auto Trait Implementations§
impl Freeze for OrientationBytes
impl RefUnwindSafe for OrientationBytes
impl Send for OrientationBytes
impl Sync for OrientationBytes
impl Unpin for OrientationBytes
impl UnwindSafe for OrientationBytes
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