#[repr(C)]pub struct LinkLayerOptions { /* private fields */ }
Expand description
Link layer options aka can_isotp_ll_options
Implementations§
Trait Implementations§
Source§impl Default for LinkLayerOptions
impl Default for LinkLayerOptions
Source§fn default() -> LinkLayerOptions
fn default() -> LinkLayerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinkLayerOptions
impl RefUnwindSafe for LinkLayerOptions
impl Send for LinkLayerOptions
impl Sync for LinkLayerOptions
impl Unpin for LinkLayerOptions
impl UnwindSafe for LinkLayerOptions
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