Enum babl::SpaceFlags
source · pub enum SpaceFlags {
None,
Equalize,
__Unknown(u32),
}
Variants§
Trait Implementations§
source§impl Clone for SpaceFlags
impl Clone for SpaceFlags
source§fn clone(&self) -> SpaceFlags
fn clone(&self) -> SpaceFlags
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 SpaceFlags
impl Debug for SpaceFlags
source§impl From<SpaceFlags> for BablSpaceFlags
impl From<SpaceFlags> for BablSpaceFlags
source§fn from(space: SpaceFlags) -> Self
fn from(space: SpaceFlags) -> Self
Converts to this type from the input type.
source§impl From<u32> for SpaceFlags
impl From<u32> for SpaceFlags
source§fn from(space_flags: BablSpaceFlags) -> Self
fn from(space_flags: BablSpaceFlags) -> Self
Converts to this type from the input type.
impl Copy for SpaceFlags
Auto Trait Implementations§
impl RefUnwindSafe for SpaceFlags
impl Send for SpaceFlags
impl Sync for SpaceFlags
impl Unpin for SpaceFlags
impl UnwindSafe for SpaceFlags
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