#[repr(C)]pub struct drmServerInfo { /* private fields */ }Trait Implementations§
Source§impl Default for drmServerInfo
impl Default for drmServerInfo
Source§fn default() -> drmServerInfo
fn default() -> drmServerInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drmServerInfo
impl RefUnwindSafe for drmServerInfo
impl Send for drmServerInfo
impl Sync for drmServerInfo
impl Unpin for drmServerInfo
impl UnwindSafe for drmServerInfo
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