Struct TileOptions
#[repr(transparent)]pub struct TileOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl TileOptions
impl TileOptions
pub const None: Self = _
pub const ShowNameOnLogo: Self = _
pub const ShowNameOnWideLogo: Self = _
pub const CopyOnDeployment: Self = _
§impl TileOptions
impl TileOptions
Trait Implementations§
§impl BitAnd for TileOptions
impl BitAnd for TileOptions
§impl BitAndAssign for TileOptions
impl BitAndAssign for TileOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for TileOptions
impl BitOr for TileOptions
§impl BitOrAssign for TileOptions
impl BitOrAssign for TileOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for TileOptions
impl Clone for TileOptions
§fn clone(&self) -> TileOptions
fn clone(&self) -> TileOptions
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 more§impl Debug for TileOptions
impl Debug for TileOptions
§impl Default for TileOptions
impl Default for TileOptions
§fn default() -> TileOptions
fn default() -> TileOptions
Returns the “default value” for a type. Read more
§impl Not for TileOptions
impl Not for TileOptions
§impl PartialEq for TileOptions
impl PartialEq for TileOptions
impl Copy for TileOptions
impl Eq for TileOptions
impl StructuralPartialEq for TileOptions
Auto Trait Implementations§
impl Freeze for TileOptions
impl RefUnwindSafe for TileOptions
impl Send for TileOptions
impl Sync for TileOptions
impl Unpin for TileOptions
impl UnwindSafe for TileOptions
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