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 = Self(0i32)
pub const BigEndian: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more