pub struct orientation(/* private fields */);
Trait Implementations§
Source§impl Debug for orientation
impl Debug for orientation
Source§impl Default for orientation
impl Default for orientation
Source§impl IntoAttribute for orientation
impl IntoAttribute for orientation
Source§impl PartialEq for orientation
impl PartialEq for orientation
impl StructuralPartialEq for orientation
Auto Trait Implementations§
impl Freeze for orientation
impl RefUnwindSafe for orientation
impl Send for orientation
impl Sync for orientation
impl Unpin for orientation
impl UnwindSafe for orientation
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