#[repr(C)]pub struct GuardInterval(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl BitAnd for GuardInterval
impl BitAnd for GuardInterval
Source§impl BitAndAssign for GuardInterval
impl BitAndAssign for GuardInterval
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for GuardInterval
impl BitOr for GuardInterval
Source§impl BitOrAssign for GuardInterval
impl BitOrAssign for GuardInterval
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for GuardInterval
impl BitXor for GuardInterval
Source§impl BitXorAssign for GuardInterval
impl BitXorAssign for GuardInterval
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for GuardInterval
impl Clone for GuardInterval
Source§fn clone(&self) -> GuardInterval
fn clone(&self) -> GuardInterval
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 moreSource§impl Debug for GuardInterval
impl Debug for GuardInterval
Source§impl PartialEq for GuardInterval
impl PartialEq for GuardInterval
impl Copy for GuardInterval
impl Eq for GuardInterval
impl StructuralPartialEq for GuardInterval
Auto Trait Implementations§
impl Freeze for GuardInterval
impl RefUnwindSafe for GuardInterval
impl Send for GuardInterval
impl Sync for GuardInterval
impl Unpin for GuardInterval
impl UnwindSafe for GuardInterval
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)