Struct EndpointFormFactor
#[repr(transparent)]pub struct EndpointFormFactor(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EndpointFormFactor
impl Clone for EndpointFormFactor
§fn clone(&self) -> EndpointFormFactor
fn clone(&self) -> EndpointFormFactor
Returns a copy 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 more§impl Debug for EndpointFormFactor
impl Debug for EndpointFormFactor
§impl Default for EndpointFormFactor
impl Default for EndpointFormFactor
§fn default() -> EndpointFormFactor
fn default() -> EndpointFormFactor
Returns the “default value” for a type. Read more
§impl PartialEq for EndpointFormFactor
impl PartialEq for EndpointFormFactor
impl Copy for EndpointFormFactor
impl Eq for EndpointFormFactor
impl StructuralPartialEq for EndpointFormFactor
Auto Trait Implementations§
impl Freeze for EndpointFormFactor
impl RefUnwindSafe for EndpointFormFactor
impl Send for EndpointFormFactor
impl Sync for EndpointFormFactor
impl Unpin for EndpointFormFactor
impl UnwindSafe for EndpointFormFactor
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