Struct 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
§fn default() -> SmsEncodedLength
fn default() -> SmsEncodedLength
Returns the “default value” for a type. Read more
§impl PartialEq for SmsEncodedLength
impl PartialEq for SmsEncodedLength
impl Copy 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