pub struct PCCGlobalFlags(/* private fields */);Implementations§
Source§impl PCCGlobalFlags
impl PCCGlobalFlags
Sourcepub const fn platform_interrupt(&self) -> bool
pub const fn platform_interrupt(&self) -> bool
If set, the platform is capable of generating an interrupt to indicate completion of a command.
Trait Implementations§
Source§impl Clone for PCCGlobalFlags
impl Clone for PCCGlobalFlags
Source§fn clone(&self) -> PCCGlobalFlags
fn clone(&self) -> PCCGlobalFlags
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 moreimpl Copy for PCCGlobalFlags
Auto Trait Implementations§
impl Freeze for PCCGlobalFlags
impl RefUnwindSafe for PCCGlobalFlags
impl Send for PCCGlobalFlags
impl Sync for PCCGlobalFlags
impl Unpin for PCCGlobalFlags
impl UnwindSafe for PCCGlobalFlags
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