#[repr(C)]pub struct LaneEndSet { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for LaneEndSet
impl ExternType for LaneEndSet
Auto Trait Implementations§
impl Freeze for LaneEndSet
impl RefUnwindSafe for LaneEndSet
impl !Send for LaneEndSet
impl !Sync for LaneEndSet
impl !Unpin for LaneEndSet
impl UnwindSafe for LaneEndSet
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