#[repr(transparent)]pub struct LOTMaskType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl LOTMaskType
impl LOTMaskType
pub const MaskAdd: LOTMaskType
Source§impl LOTMaskType
impl LOTMaskType
pub const MaskSubstract: LOTMaskType
Source§impl LOTMaskType
impl LOTMaskType
pub const MaskIntersect: LOTMaskType
Source§impl LOTMaskType
impl LOTMaskType
pub const MaskDifference: LOTMaskType
Trait Implementations§
Source§impl Clone for LOTMaskType
impl Clone for LOTMaskType
Source§fn clone(&self) -> LOTMaskType
fn clone(&self) -> LOTMaskType
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 LOTMaskType
impl Debug for LOTMaskType
Source§impl Hash for LOTMaskType
impl Hash for LOTMaskType
Source§impl PartialEq for LOTMaskType
impl PartialEq for LOTMaskType
impl Copy for LOTMaskType
impl Eq for LOTMaskType
impl StructuralPartialEq for LOTMaskType
Auto Trait Implementations§
impl Freeze for LOTMaskType
impl RefUnwindSafe for LOTMaskType
impl Send for LOTMaskType
impl Sync for LOTMaskType
impl Unpin for LOTMaskType
impl UnwindSafe for LOTMaskType
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