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