pub struct LaneConfig {
pub mode: LaneEnforcementMode,
}Fields§
§mode: LaneEnforcementModeTrait Implementations§
Source§impl Clone for LaneConfig
impl Clone for LaneConfig
Source§fn clone(&self) -> LaneConfig
fn clone(&self) -> LaneConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LaneConfig
impl Debug for LaneConfig
impl Eq for LaneConfig
Source§impl PartialEq for LaneConfig
impl PartialEq for LaneConfig
impl StructuralPartialEq for LaneConfig
Auto Trait Implementations§
impl Freeze for LaneConfig
impl RefUnwindSafe for LaneConfig
impl Send for LaneConfig
impl Sync for LaneConfig
impl Unpin for LaneConfig
impl UnsafeUnpin for LaneConfig
impl UnwindSafe for LaneConfig
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