pub struct ResolutionAndComponentFlags(pub u8);Tuple Fields§
§0: u8Resolution and component flags (see Flag table 3.3).
Trait Implementations§
Source§impl Clone for ResolutionAndComponentFlags
impl Clone for ResolutionAndComponentFlags
Source§fn clone(&self) -> ResolutionAndComponentFlags
fn clone(&self) -> ResolutionAndComponentFlags
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 ResolutionAndComponentFlags
impl Debug for ResolutionAndComponentFlags
Source§impl Dump for ResolutionAndComponentFlags
impl Dump for ResolutionAndComponentFlags
Source§impl TryFromSlice for ResolutionAndComponentFlags
impl TryFromSlice for ResolutionAndComponentFlags
impl Copy for ResolutionAndComponentFlags
impl Eq for ResolutionAndComponentFlags
impl StructuralPartialEq for ResolutionAndComponentFlags
Auto Trait Implementations§
impl Freeze for ResolutionAndComponentFlags
impl RefUnwindSafe for ResolutionAndComponentFlags
impl Send for ResolutionAndComponentFlags
impl Sync for ResolutionAndComponentFlags
impl Unpin for ResolutionAndComponentFlags
impl UnsafeUnpin for ResolutionAndComponentFlags
impl UnwindSafe for ResolutionAndComponentFlags
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