pub struct PoweredDownMode;
Expand description
Allows for the FdCan Instance to be released or to enter ConfigMode
Auto Trait Implementations§
impl Freeze for PoweredDownMode
impl RefUnwindSafe for PoweredDownMode
impl Send for PoweredDownMode
impl Sync for PoweredDownMode
impl Unpin for PoweredDownMode
impl UnwindSafe for PoweredDownMode
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