pub enum FrameLayout {
WithFcs,
WithoutFcs,
}Variants§
Trait Implementations§
Source§impl Clone for FrameLayout
impl Clone for FrameLayout
Source§fn clone(&self) -> FrameLayout
fn clone(&self) -> FrameLayout
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 moreimpl Copy for FrameLayout
Source§impl Debug for FrameLayout
impl Debug for FrameLayout
impl Eq for FrameLayout
Source§impl PartialEq for FrameLayout
impl PartialEq for FrameLayout
Source§fn eq(&self, other: &FrameLayout) -> bool
fn eq(&self, other: &FrameLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrameLayout
Auto Trait Implementations§
impl Freeze for FrameLayout
impl RefUnwindSafe for FrameLayout
impl Send for FrameLayout
impl Sync for FrameLayout
impl Unpin for FrameLayout
impl UnsafeUnpin for FrameLayout
impl UnwindSafe for FrameLayout
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