#[repr(C)]pub struct PresenceBitfield {
pub bits: [u8; 24],
}
Fields§
§bits: [u8; 24]
Implementations§
Trait Implementations§
Source§impl Clone for PresenceBitfield
impl Clone for PresenceBitfield
Source§fn clone(&self) -> PresenceBitfield
fn clone(&self) -> PresenceBitfield
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 PresenceBitfield
impl Debug for PresenceBitfield
Source§impl Default for PresenceBitfield
impl Default for PresenceBitfield
Source§fn default() -> PresenceBitfield
fn default() -> PresenceBitfield
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PresenceBitfield
impl RefUnwindSafe for PresenceBitfield
impl Send for PresenceBitfield
impl Sync for PresenceBitfield
impl Unpin for PresenceBitfield
impl UnwindSafe for PresenceBitfield
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