Struct PropertyFormat
pub struct PropertyFormat(/* private fields */);
Implementations§
§impl PropertyFormat
impl PropertyFormat
pub const M8_BITS: PropertyFormat = _
pub const M16_BITS: PropertyFormat = _
pub const M32_BITS: PropertyFormat = _
Trait Implementations§
§impl Clone for PropertyFormat
impl Clone for PropertyFormat
§fn clone(&self) -> PropertyFormat
fn clone(&self) -> PropertyFormat
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 PropertyFormat
impl Debug for PropertyFormat
§impl Default for PropertyFormat
impl Default for PropertyFormat
§fn default() -> PropertyFormat
fn default() -> PropertyFormat
Returns the “default value” for a type. Read more
§impl From<u8> for PropertyFormat
impl From<u8> for PropertyFormat
§fn from(value: u8) -> PropertyFormat
fn from(value: u8) -> PropertyFormat
Converts to this type from the input type.
§impl Hash for PropertyFormat
impl Hash for PropertyFormat
§impl Ord for PropertyFormat
impl Ord for PropertyFormat
§impl PartialEq for PropertyFormat
impl PartialEq for PropertyFormat
§impl PartialOrd for PropertyFormat
impl PartialOrd for PropertyFormat
impl Copy for PropertyFormat
impl Eq for PropertyFormat
impl StructuralPartialEq for PropertyFormat
Auto Trait Implementations§
impl Freeze for PropertyFormat
impl RefUnwindSafe for PropertyFormat
impl Send for PropertyFormat
impl Sync for PropertyFormat
impl Unpin for PropertyFormat
impl UnwindSafe for PropertyFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)