#[repr(transparent)]pub struct DoglegType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl DoglegType
impl DoglegType
pub const TRADITIONAL_DOGLEG: DoglegType
pub const SUBSPACE_DOGLEG: DoglegType
Trait Implementations§
Source§impl Clone for DoglegType
impl Clone for DoglegType
Source§fn clone(&self) -> DoglegType
fn clone(&self) -> DoglegType
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 moreSource§impl ExternType for DoglegType
impl ExternType for DoglegType
Source§impl PartialEq for DoglegType
impl PartialEq for DoglegType
impl Copy for DoglegType
impl Eq for DoglegType
impl StructuralPartialEq for DoglegType
Auto Trait Implementations§
impl Freeze for DoglegType
impl RefUnwindSafe for DoglegType
impl Send for DoglegType
impl Sync for DoglegType
impl Unpin for DoglegType
impl UnwindSafe for DoglegType
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