#[repr(C)]pub struct OptOptions {
pub tag: u8,
pub u: OptOptionsUnion,
}Fields§
§tag: u8§u: OptOptionsUnionTrait Implementations§
Source§impl Clone for OptOptions
impl Clone for OptOptions
Source§fn clone(&self) -> OptOptions
fn clone(&self) -> OptOptions
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 OptOptions
Auto Trait Implementations§
impl Freeze for OptOptions
impl RefUnwindSafe for OptOptions
impl Send for OptOptions
impl Sync for OptOptions
impl Unpin for OptOptions
impl UnwindSafe for OptOptions
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