Struct INF_STYLE
#[repr(transparent)]pub struct INF_STYLE(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for INF_STYLE
impl BitAndAssign for INF_STYLE
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for INF_STYLE
impl BitOrAssign for INF_STYLE
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for INF_STYLE
impl Eq for INF_STYLE
impl StructuralPartialEq for INF_STYLE
Auto Trait Implementations§
impl Freeze for INF_STYLE
impl RefUnwindSafe for INF_STYLE
impl Send for INF_STYLE
impl Sync for INF_STYLE
impl Unpin for INF_STYLE
impl UnwindSafe for INF_STYLE
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