Struct windows::Devices::Sms::SmsEncodedLength
#[repr(C)]pub struct SmsEncodedLength {
pub SegmentCount: u32,
pub CharacterCountLastSegment: u32,
pub CharactersPerSegment: u32,
pub ByteCountLastSegment: u32,
pub BytesPerSegment: u32,
}
Fields§
§SegmentCount: u32
§CharacterCountLastSegment: u32
§CharactersPerSegment: u32
§ByteCountLastSegment: u32
§BytesPerSegment: u32
Trait Implementations§
§impl Clone for SmsEncodedLength
impl Clone for SmsEncodedLength
§fn clone(&self) -> SmsEncodedLength
fn clone(&self) -> SmsEncodedLength
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 SmsEncodedLength
impl Debug for SmsEncodedLength
§impl Default for SmsEncodedLength
impl Default for SmsEncodedLength
§impl PartialEq for SmsEncodedLength
impl PartialEq for SmsEncodedLength
§fn eq(&self, other: &SmsEncodedLength) -> bool
fn eq(&self, other: &SmsEncodedLength) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SmsEncodedLength
impl Eq for SmsEncodedLength
impl StructuralPartialEq for SmsEncodedLength
Auto Trait Implementations§
impl Freeze for SmsEncodedLength
impl RefUnwindSafe for SmsEncodedLength
impl Send for SmsEncodedLength
impl Sync for SmsEncodedLength
impl Unpin for SmsEncodedLength
impl UnwindSafe for SmsEncodedLength
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)