#[repr(i32)]pub enum FrameEdges {
None = 0,
Right = 1,
Left = 2,
Top = 4,
Bottom = 8,
}Variants§
Trait Implementations§
Source§impl Clone for FrameEdges
impl Clone for FrameEdges
Source§fn clone(&self) -> FrameEdges
fn clone(&self) -> FrameEdges
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 FrameEdges
impl Debug for FrameEdges
Source§impl Hash for FrameEdges
impl Hash for FrameEdges
Source§impl PartialEq for FrameEdges
impl PartialEq for FrameEdges
impl Eq for FrameEdges
impl StructuralPartialEq for FrameEdges
Auto Trait Implementations§
impl Freeze for FrameEdges
impl RefUnwindSafe for FrameEdges
impl Send for FrameEdges
impl Sync for FrameEdges
impl Unpin for FrameEdges
impl UnwindSafe for FrameEdges
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