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