Struct windows_sys::Win32::System::Ioctl::STARTING_LCN_INPUT_BUFFER_EX
[−]Expand description
Required features: ‘Win32_System_Ioctl’
Fields
StartingLcn: i64
Flags: u32
Trait Implementations
impl Clone for STARTING_LCN_INPUT_BUFFER_EX
impl Clone for STARTING_LCN_INPUT_BUFFER_EX
impl Copy for STARTING_LCN_INPUT_BUFFER_EX
Auto Trait Implementations
impl RefUnwindSafe for STARTING_LCN_INPUT_BUFFER_EX
impl Send for STARTING_LCN_INPUT_BUFFER_EX
impl Sync for STARTING_LCN_INPUT_BUFFER_EX
impl Unpin for STARTING_LCN_INPUT_BUFFER_EX
impl UnwindSafe for STARTING_LCN_INPUT_BUFFER_EX
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