Struct windows_sys::Storage::Streams::ByteOrder
[−]#[repr(transparent)]pub struct ByteOrder(pub i32);
Expand description
Required features: ‘Storage_Streams’
Tuple Fields
0: i32
Implementations
impl ByteOrder
impl ByteOrder
pub const LittleEndian: Self
pub const BigEndian: Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ByteOrder
impl Send for ByteOrder
impl Sync for ByteOrder
impl Unpin for ByteOrder
impl UnwindSafe for ByteOrder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more