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