Struct windows_sys::Devices::Sms::SmsEncodedLength
[−]#[repr(C)]pub struct SmsEncodedLength {
pub SegmentCount: u32,
pub CharacterCountLastSegment: u32,
pub CharactersPerSegment: u32,
pub ByteCountLastSegment: u32,
pub BytesPerSegment: u32,
}
Expand description
Required features: "Devices_Sms"
Fields
SegmentCount: u32
CharacterCountLastSegment: u32
CharactersPerSegment: u32
ByteCountLastSegment: u32
BytesPerSegment: u32
Trait Implementations
impl Clone for SmsEncodedLength
impl Clone for SmsEncodedLength
impl Copy for SmsEncodedLength
Auto Trait Implementations
impl RefUnwindSafe for SmsEncodedLength
impl Send for SmsEncodedLength
impl Sync for SmsEncodedLength
impl Unpin for SmsEncodedLength
impl UnwindSafe for SmsEncodedLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more