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